home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / smailsrc.zip / PASSWD.ZIP / PW_FILE.C < prev    next >
Text File  |  1990-04-03  |  239b  |  17 lines

  1. /*
  2.  *      pw_file.c: Global variable for PD passwd library
  3.  *
  4.  *      Stephen C. Trier
  5.  *      March 26, 1990
  6.  *
  7.  *      This program is in the public domain
  8.  *
  9.  */
  10.  
  11. #include <stdio.h>
  12. #include <pwd.h>
  13.  
  14. FILE *_pw_file;
  15.  
  16.  
  17.